Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Collection<T> Class / Count Property


In This Topic
    Count Property (Collection<T>)
    In This Topic
    Gets the number of elements contained in the Collection<T>.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Count As Integer
    'Usage
     
    
    Dim instance As Collection(Of T)
    Dim value As Integer
     
    value = instance.Count
    public int Count {get;}

    Property Value

    The number of elements contained in the Collection<T>.
    See Also